From adc7bf9f256bc51033740d9a44b184bcd5f396bb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 13 Feb 2020 13:54:02 +0000 Subject: [PATCH] ci: Put the branch name in the HTML header --- .gitlab-ci/meson-html-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/meson-html-report.py b/.gitlab-ci/meson-html-report.py index 437a6cb664..4ba5fceadf 100755 --- a/.gitlab-ci/meson-html-report.py +++ b/.gitlab-ci/meson-html-report.py @@ -138,7 +138,7 @@ ul.images li {
-

{{ report.project_name }} :: Test Reports

+

{{ report.project_name }}/{{ report.branch_name }} :: Test Reports

-- 2.30.2